projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bad4832
)
vpci: include xen/vmap.h to fix build on ARM
author
Volodymyr Babchuk
<volodymyr_babchuk@epam.com>
Thu, 27 Oct 2022 09:48:36 +0000
(11:48 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Thu, 27 Oct 2022 09:48:36 +0000
(11:48 +0200)
Patch
b4f211606011
("vpci/msix: fix PBA accesses") introduced call to
iounmap(), but not added corresponding include.
Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Release-acked-by: Henry Wang <Henry.Wang@arm.com>
xen/drivers/vpci/vpci.c
patch
|
blob
|
history
diff --git
a/xen/drivers/vpci/vpci.c
b/xen/drivers/vpci/vpci.c
index 98198dc2c966791f7eb4722022315880c2292843..6d48d496bb4871e28f3c25a730dcbdf88dd48151 100644
(file)
--- a/
xen/drivers/vpci/vpci.c
+++ b/
xen/drivers/vpci/vpci.c
@@
-19,6
+19,7
@@
#include <xen/sched.h>
#include <xen/vpci.h>
+#include <xen/vmap.h>
/* Internal struct to store the emulated PCI registers. */
struct vpci_register {